home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / Mouseup.cpt / mouseup magazine / background_4105.txt < prev    next >
Text File  |  1988-08-18  |  2KB  |  100 lines

  1. -- background: 4105 from stack: in
  2. -- bmap block id: 19822
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=13 top=31 right=320 bottom=478
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=195 top=312 right=342 bottom=228
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1012 / 1012
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: New Button
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to card id 2549
  37. end mouseUp
  38.  
  39.  
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=232 top=309 right=342 bottom=259
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 12008 / 12008
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Front Page
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   go to card id 3310 of stack "mouseUP"
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 4 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=479 top=314 right=342 bottom=512
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 27009 / 27009
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Next
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect scroll left
  76.   go to next card
  77. end mouseUp
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: 0000
  83. -- rect: left=0 top=315 right=342 bottom=33
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 1014 / 1014
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: New Button
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   VISUAL EFFECT SCROLL RIGHT
  95.   GO TO PREVIOUS CARD
  96.  
  97. end mouseUp
  98.  
  99.  
  100.